Class com.symantec.itools.vcafe.sort.PartialOrder.Relation
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.symantec.itools.vcafe.sort.PartialOrder.Relation

Object
   |
   +----com.symantec.itools.vcafe.sort.PartialOrder. Relation

public static class PartialOrder.Relation
extends Object
Base class for establishing partial order relationship precedes(). The precedes() method should return true if and only if a must precede b in the output array.


Constructor Index

 o com.symantec.itools.vcafe.sort.PartialOrder. Relation()

Method Index

 o precedes(Object, Object)

Constructors

 o PartialOrder.Relation
public PartialOrder.Relation()

Methods

 o precedes
public boolean precedes(Object a,
                        Object b)

All Packages  Class Hierarchy  This Package  Previous  Next  Index